7f8f99ff3d0517e0653e15b1d8f29706cc4ba7e8,editor/editor-runtime/source/jetbrains/mps/nodeEditor/EditorManager.java,EditorManager,getCurrentAttributedNodeCell,#,172
Before Change
}
public EditorCell getCurrentAttributedNodeCell() {
return getCurrentAttributedCellWithRole(AttributeKind.Node.class);
}
public EditorCell createRoleAttributeCell(jetbrains.mps.openapi.editor.EditorContext context, SNode roleAttribute, Class attributeKind, EditorCell cellWithRole) {
After Change
*/
@Deprecated
public jetbrains.mps.nodeEditor.cells.EditorCell getCurrentAttributedNodeCell() {
return (jetbrains.mps.nodeEditor.cells.EditorCell) getCurrentAttributedCellWithRole(AttributeKind.Node.class);
}
/**